home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Speccy ClassiX 1998
/
Speccy ClassiX 98.iso
/
amiga_system
/
the_aminet
/
util
/
misc
/
cookie21.lha
/
Cookie
/
Makefile
< prev
next >
Wrap
Makefile
|
1995-08-22
|
531b
|
30 lines
# makefile for karl's PD fortune cookie program
# edited and bugfixed for SAS/C [J÷G]
all: cookie cookhash
onecookie:
echo "Onecookie won't work with this \
version of the cookie program. Sorry."
cookie: cookie.o r250.o
$(CC) LINK cookie.o r250.o
cookie.o: cookie.c cookie.h r250.h
r250.o: r250.c r250.h
cookhash: cookhash.o
$(CC) LINK cookhash.o
cookhash.o: cookhash.c
cookhash.c: cookhash.lex
flex -t -v cookhash.lex >cookhash.c
clean:
Delete \#?.o \#?.lnk cookhash.c
reallyclean: clean
Delete cookie cookhash